Skip to main content

propertyMetadata pProperty

Type

message

Summary

Generated when the user clicks on an action button

Syntax

on actionButtonUp <pButtonNumber>, <pActionNumber>
on actionButtonDown <pButtonNumber>, <pActionNumber>

Description

Use the actionButtonDown message to perform any operation when the user presses an action button.

Parameters

NameTypeDescription

pButtonNumber

Specifies which mouse button was pressed:

One of the following items:

"1" - the left button on systems with a multi-button mouse and the mouse button on Mac OS systems with a single-button mouse. "2" - the middle button on systems with a three-button mouse. "3" - the right button on systems with a multi-button mouse and Control-click on Mac OS systems with a single-button mouse.

pActionNumber

The number of the action button.

Summary

Generated when the user clicks on an action button

Description

Use the actionButtonUp message to perform any operation when the user releases the click on an action button.

pButtonNumber

Specifies which mouse button was pressed:

One of the following items:

"1" - the left button on systems with a multi-button mouse and the mouse button on Mac OS systems with a single-button mouse. "2" - the middle button on systems with a three-button mouse. "3" - the right button on systems with a multi-button mouse and Control-click on Mac OS systems with a single-button mouse.

pActionNumber

The number of the action button.